Use Different Subnets
It is critical that you have a robust network between the AS and DB. There is significant traffic between these servers, if you do not have the network to support increased traffic there will be issues.
You can set up an AS and a DB in separate subnets, however, all application servers must be in the same subnet.
To set up a database server and application server on different subnets, complete the following steps.
- Log in to the FMOS CLI.
- Install the database server as a New Deployment and with a Database Only role.
- Install the application server as an Existing Deployment.
- Do not join the application server to the database server at this time. Note the IP address of the application server.
- Access the Server Control Panel. https://<DB server IP>:55555
- On the toolbar, click SecMgr.
- On the menu page, click DB.
- Update the Shared Filesystem Hosts field. Enter one or more of the following (separated by a space):
- IP address of the AS from step 4
- Network that the AS exists in
- Click Stage Changes.
- Click Apply Configuration.
- Return to the FMOS CLI to continue.
- Run the ecosystem join command on the application server. fmos ecosystem join <FQDN of DB server>